VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / MetadataNodeCollection<T> Class / CreateReadOnly(String,IEnumerable<T>) Method
Syntax Requirements SeeAlso
In This Topic
    CreateReadOnly(String,IEnumerable<T>) Method (MetadataNodeCollection<T>)
    In This Topic
    Creates the read-only collection with specified items.
    Syntax
    'Declaration
    
    Public Shared Function CreateReadOnly( _
    ByVal name
    The name of metadata node.
    As System.String, _
    ByVal items
    The items of metadata node.
    As System.Collections.Generic.IEnumerable(Of T) _
    ) As MetadataNodeCollection(Of T)
    public static MetadataNodeCollection<T> CreateReadOnly(
    System.String name,
    System.Collections.Generic.IEnumerable<T> items
    )

    Parameters

    name
    The name of metadata node.
    items
    The items of metadata node.

    Return Value

    A new instance of MetadataNodeCollection<T> class.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also